runtime.sudog.c (field)

17 uses

	runtime (current package)
		chan.go#L249: 	mysg.c = c
		chan.go#L276: 	mysg.c = nil
		chan.go#L569: 	mysg.c = c
		chan.go#L590: 	mysg.c = nil
		proc.go#L431: 	if s.c != nil {
		runtime2.go#L379: 	c        *hchan // channel
		select.go#L86: 		if sg.c != lastc && lastc != nil {
		select.go#L95: 		lastc = sg.c
		select.go#L309: 		sg.c = c
		select.go#L349: 		sg1.c = nil
		stack.go#L793: 		p := uintptr(sg.elem) + uintptr(sg.c.elemsize)
		stack.go#L812: 		if sg.c != lastc {
		stack.go#L822: 			lockWithRank(&sg.c.lock, lockRankHchanLeaf)
		stack.go#L824: 		lastc = sg.c
		stack.go#L844: 		if sg.c != lastc {
		stack.go#L845: 			unlock(&sg.c.lock)
		stack.go#L847: 		lastc = sg.c